Missing Method in PublicviewsController
Error: The action is not defined in controller PublicviewsController
Error: Create PublicviewsController:: () in file: app/controllers/publicviews_controller.php.
<?php
class PublicviewsController extends AppController {
var $name = 'Publicviews';
function () {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp
